Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create minimal cli #310

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

create minimal cli #310

wants to merge 2 commits into from

Conversation

dfrankland
Copy link
Member

@dfrankland dfrankland commented Jan 17, 2025

(don't mind the base branch, I'm just building on top of a soon-to-be-merged PR)

Build:

cargo build -p trunk-analytics-cli --example minimal --release

Upload:

./target/release/examples/minimal \
  --org-url-slug myorg \
  --token XXXXX \
  --repo-host github.com \
  --repo-owner myorg \
  --repo-name myrepo \
  --repo-head-sha 123 \
  --repo-head-commit-epoch 100 \
  --repo-head-branch main \
  /path/to/my/junit.xml

Copy link

trunk-io bot commented Jan 17, 2025

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

Copy link

trunk-staging-io bot commented Jan 17, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@gnalh gnalh force-pushed the gabe/move-api-client branch from 8dc867c to 19819f8 Compare January 17, 2025 17:37
@dfrankland dfrankland force-pushed the dylan/minimal-cli-client branch 2 times, most recently from 69b0836 to 10121c2 Compare January 17, 2025 19:13
@dfrankland dfrankland changed the base branch from gabe/move-api-client to main January 17, 2025 19:14
@dfrankland dfrankland force-pushed the dylan/minimal-cli-client branch from 90b25a3 to 69099ff Compare January 17, 2025 19:23
@dfrankland dfrankland force-pushed the dylan/minimal-cli-client branch from 69099ff to 52cead5 Compare January 17, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant